reduce complexity of mkshort from O(n^2) to O(n). (#1139)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Thu, 20 Jul 2023 17:35:25 +0000 (11:35 -0600)
committerGitHub <noreply@github.com>
Thu, 20 Jul 2023 17:35:25 +0000 (11:35 -0600)
commitd76febd3629f13da33ad7563113d7e6be771db99
treeb8372b0ae8387b2d126d6a8f253a458114f9e377
parenta4f928a47d7a23fe677571129a071ed3f14ccbbe
reduce complexity of mkshort from O(n^2) to O(n). (#1139)

* reduce complexity of mkshort from O(n^2) to O(n).

* add converting constructor for mkshort hash key
mkshort.cc